:root {
    --accent: #ff5a1f;
    --accent-soft: #ffe8dc;
    --ink: #14161f;
    --ink-soft: #6b7280;
    --panel: #f4f5f8;
    --dark: #12141c;
    --pin: #ff3b6b;
    --radius: 18px;
}

.eyebrow {
    color: var(--accent);
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

    .eyebrow::before {
        content: "";
        width: 22px;
        height: 2px;
        background: var(--accent);
        display: inline-block;
    }

h1, h2, h3, .fw-heading {
    font-weight: 800;
    letter-spacing: -0.02em;
}

.section-pad {
    padding: 4.5rem 0;
}

.bg-panel {
    background: var(--panel);
}

.text-muted-soft {
    color: var(--ink-soft);
}

/* Hero */
.hero-title {
    font-size: clamp(1.9rem, 4vw, 2.6rem);
}

.hero-lead {
    max-width: 820px;
    color: var(--ink-soft);
    font-size: 1.02rem;
}

/* Icon feature cards (hero right) */
.icon-box {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--accent-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.feature-pill {
    background: #fff;
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(20,22,31,0.06);
}

/* Why DriveFab cards */
.why-card {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: var(--radius);
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .why-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 34px rgba(20,22,31,0.08);
    }

.why-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: var(--accent-soft);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto 1.1rem;
}

/* Benefits numbered cards */
.benefit-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 2rem;
    height: 100%;
    box-shadow: 0 10px 30px rgba(20,22,31,0.05);
}

.benefit-num {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--accent);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
}

/* Who can hire this - dark card */
.dark-card {
    background: radial-gradient(circle at 30% 100%, rgba(255,90,31,0.35), transparent 60%), var(--dark);
    border-radius: var(--radius);
    padding: 2.2rem;
    color: #fff;
    height: 100%;
}

    .dark-card .eyebrow {
        color: var(--accent);
    }

        .dark-card .eyebrow::before {
            background: var(--accent);
        }

.tag-pill {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    padding: .4rem .9rem;
    border-radius: 30px;
    font-size: .85rem;
    display: inline-block;
    margin: 0 .4rem .5rem 0;
}

/* Coverage location pins */
.loc-pin {
    color: var(--pin);
    font-weight: 600;
    font-size: .92rem;
    margin-right: 1rem;
    white-space: nowrap;
}

/* Terms and conditions */
.terms-panel {
    background: var(--panel);
    border-radius: var(--radius);
    padding: 2.5rem;
}

.term-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.6rem;
}

.term-num {
    color: var(--accent);
    font-weight: 700;
    flex-shrink: 0;
}

.term-item p {
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: .95rem;
}

@media (max-width: 767.98px) {
    .section-pad {
        padding: 3rem 0;
    }

    .dark-card {
        margin-bottom: 1.5rem;
    }
}

:root {
    --accent: #EF5F1C;
    --accent-dim: rgba(239,95,28,0.10);
    --ink: #171A2B;
    --ink-dim: #5B6172;
    --line: #ECEDF2;
}

.plan-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(20,20,43,0.04);
    max-width: 1240px;
    margin: 0 auto;
}

.badge-pill {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .03em;
    padding: 7px 16px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.plan-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.plan-price {
    font-size: 42px;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
}

.plan-price-suffix {
    font-size: 15px;
    font-weight: 500;
    color: var(--ink-dim);
    margin-left: 6px;
}

.plan-validity {
    font-size: 14.5px;
    color: var(--ink-dim);
    margin-top: 16px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .feature-list li {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 9px 0;
        font-size: 16px;
        color: #2B2E3C;
    }

.check-icon {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--accent-dim);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 1px;
}

.book-btn {
    background: var(--accent);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 0;
    border-radius: 10px;
    padding: 16px 30px;
    white-space: nowrap;
    box-shadow: 0 12px 24px -8px rgba(239,95,28,0.55);
    transition: transform .18s ease, box-shadow .18s ease;
}

    .book-btn:hover {
        background: #DA5314;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 16px 28px -8px rgba(239,95,28,0.6);
    }

.divider-v {
    width: 1px;
    background: var(--line);
}

@media (max-width: 991.98px) {
    .divider-v {
        display: none;
    }

    .plan-card {
        padding: 28px 24px;
    }
}

@media (max-width: 575.98px) {
    .plan-price {
        font-size: 34px;
    }

    .book-btn {
        width: 100%;
    }
}